home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import component.optionspage;
- import flash.display.Sprite;
- import mx.binding.IWatcherSetupUtil;
- import mx.core.IFlexModuleFactory;
-
- public class _component_optionspageWatcherSetupUtil extends Sprite implements IWatcherSetupUtil
- {
-
-
- public function _component_optionspageWatcherSetupUtil()
- {
- super();
- }
-
- public static function init(param1:IFlexModuleFactory) : void
- {
- optionspage.watcherSetupUtil = new _component_optionspageWatcherSetupUtil();
- }
-
- public function setup(param1:Object, param2:Function, param3:Array, param4:Array) : void
- {
- }
- }
- }
-